home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-09-28 | 465 b | 26 lines | [TEXT/R*ch] |
- //
- // from 'ADB Key Spy' • Pete Gontier
- // Macintosh Developer Technical Support
- // © 1995,1996,1998 Apple Computer, Inc.
- //
- // Changes:
- //
- // when who what
- // --------------------------------------------------------------
- // 01/11/96 PG copied from another project,
- // merged with various parts of old
- // ADB Key Spy
- //
-
- #pragma once
-
- enum
- {
- kStatusCode_IsKeyDownAnywhere = 128
- };
-
- enum
- {
- kControlCode_SetKeyboardInfoList = 128
- };
-